Incremental Sort
Short Description
The Incremental Sort node improves performance by using sort data from earlier operations
Detailed Description​
The Incremental Sort node (new in PostgreSQL v13) improves performance by using sort data from earlier operations to reduce the number and size of sorts.
Additional Links​
- PostgreSQL Documentation - Using Explain
- pgAnalyze - Explain
- eTutorials - Understanding How PostgreSQL Executes a Query
Search online​
If this article doesn't have the information you need you can try searching online. Remember, you can contribute suggestions to this page.